lcImgRefGetPixel Home

Retrieves drawing coordinates and color for pixels of image reference.

 BOOL lcImgRefGetPixel (
   HANDLE hImgRef,
   int iX,
   int iY,
   double* pX,
   double* pY,
   int* pColor
 );

Parameters
hImgRef
  Handle to a image reference object.
iX iY
  Indices of image pixel.
pX
  Pointer to the variable that will receive X coordinate of the pixel.
pY
  Pointer to the variable that will receive Y coordinate of the pixel.
pColor
  Pointer to the variable that will receive color value of the pixel.

Return Value

  If the function succeeds, the return value is nonzero (TRUE).